home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:import namespace="http://www.w3.org/2001/XMLSchema" />
- <s:element name="historyfile">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="historyfileResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="historyfileResult">
- <s:complexType>
- <s:sequence>
- <s:element ref="s:schema" />
- <s:any />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="changepwd">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="oldpassword" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="newpassword" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="changepwdResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="changepwdResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="fetchhistory">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="fetchhistoryResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="fetchhistoryResult">
- <s:complexType>
- <s:sequence>
- <s:element ref="s:schema" />
- <s:any />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="fetchhistorylist">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="fromfilesize" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="tofilesize" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="fromdate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="todate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="filename" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="isdate" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="fetchhistorylistResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="fetchhistorylistResult">
- <s:complexType>
- <s:sequence>
- <s:element ref="s:schema" />
- <s:any />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="adminfetchhistory">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="strAdminuid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="strAdminpwd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="adminfetchhistoryResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="adminfetchhistoryResult">
- <s:complexType>
- <s:sequence>
- <s:element ref="s:schema" />
- <s:any />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="historyfileSoapIn">
- <wsdl:part name="parameters" element="tns:historyfile" />
- </wsdl:message>
- <wsdl:message name="historyfileSoapOut">
- <wsdl:part name="parameters" element="tns:historyfileResponse" />
- </wsdl:message>
- <wsdl:message name="changepwdSoapIn">
- <wsdl:part name="parameters" element="tns:changepwd" />
- </wsdl:message>
- <wsdl:message name="changepwdSoapOut">
- <wsdl:part name="parameters" element="tns:changepwdResponse" />
- </wsdl:message>
- <wsdl:message name="fetchhistorySoapIn">
- <wsdl:part name="parameters" element="tns:fetchhistory" />
- </wsdl:message>
- <wsdl:message name="fetchhistorySoapOut">
- <wsdl:part name="parameters" element="tns:fetchhistoryResponse" />
- </wsdl:message>
- <wsdl:message name="fetchhistorylistSoapIn">
- <wsdl:part name="parameters" element="tns:fetchhistorylist" />
- </wsdl:message>
- <wsdl:message name="fetchhistorylistSoapOut">
- <wsdl:part name="parameters" element="tns:fetchhistorylistResponse" />
- </wsdl:message>
- <wsdl:message name="adminfetchhistorySoapIn">
- <wsdl:part name="parameters" element="tns:adminfetchhistory" />
- </wsdl:message>
- <wsdl:message name="adminfetchhistorySoapOut">
- <wsdl:part name="parameters" element="tns:adminfetchhistoryResponse" />
- </wsdl:message>
- <wsdl:portType name="wsconfigSoap">
- <wsdl:operation name="historyfile">
- <wsdl:input message="tns:historyfileSoapIn" />
- <wsdl:output message="tns:historyfileSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="changepwd">
- <wsdl:input message="tns:changepwdSoapIn" />
- <wsdl:output message="tns:changepwdSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="fetchhistory">
- <wsdl:input message="tns:fetchhistorySoapIn" />
- <wsdl:output message="tns:fetchhistorySoapOut" />
- </wsdl:operation>
- <wsdl:operation name="fetchhistorylist">
- <wsdl:input message="tns:fetchhistorylistSoapIn" />
- <wsdl:output message="tns:fetchhistorylistSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="adminfetchhistory">
- <wsdl:input message="tns:adminfetchhistorySoapIn" />
- <wsdl:output message="tns:adminfetchhistorySoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="wsconfigSoap" type="tns:wsconfigSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
- <wsdl:operation name="historyfile">
- <soap:operation soapAction="http://tempuri.org/historyfile" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="changepwd">
- <soap:operation soapAction="http://tempuri.org/changepwd" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="fetchhistory">
- <soap:operation soapAction="http://tempuri.org/fetchhistory" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="fetchhistorylist">
- <soap:operation soapAction="http://tempuri.org/fetchhistorylist" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="adminfetchhistory">
- <soap:operation soapAction="http://tempuri.org/adminfetchhistory" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="wsconfig">
- <wsdl:port name="wsconfigSoap" binding="tns:wsconfigSoap">
- <soap:address location="https://ev11.sosonlinebackup.com/rdss/protect/history/wsconfig.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>